pattern n. 1.模范,榜样;典范。 2.型,模型;模式;雏型;【冶金】原型。 3.花样;式样;(服装裁剪的)纸样;图案,图谱,图表;机构,结构;特性曲线;晶体点阵;(电视的)帧面图像。 4.方式;形式;格局;格调。 5.(衣料等的)样品,样本,样板。 6.〔美国〕一件衣料。 7.(炮弹等的)散布面;靶子上的弹痕。 8.(飞机的)着陆航线。 a pattern wife 模范妻子。 a paper pattern for a dress 女服纸样。 a machine of a new [an old] pattern新[旧]型机器。 a cropping pattern农作制。 after the pattern of 仿…。 vt. 1.照图样做;仿造,摹制 (after; upon)。 2.给…加花样,用图案装饰。 3.〔英方〕与…相比 (to, with)。 vi. 形成图案。 pattern oneself after 模仿,学…的榜样。 adj. -ed 仿造的;被组成图案的(patterned forms【语言学】 仿造词)。 n. -ing 图案结构,图形;(行为等的)特有型式。 adj. -less 无图案的。
On composite pattern of system ' s changing scale and way 论制度变迁规模与变迁方式的组合模式
It s easy to see why the composite pattern is useful 很容易就可以看出为什么composite模式是有用的。
Composite pattern visitor pattern 用visitor扩展类层次结构
As for the visitor pattern , much of the reason it is so widely applicable is the fact that it complements the composite pattern 至于visitor模式,它受到如此广泛应用的许多原因是它补充了composite模式。
The composite pattern is simply the object - oriented way to specify a recursively defined datatype ; these opportunities pop up all the time in software development Composite模式只是指定递归定义的数据类型的面向对象方法;这些机会始终出现在软件开发中。
Composite event detection ( ced ) extends the basic event - system and improves the flexibility by allowing application components to express their interest in complex composite patterns of basic events 复合事件检测技术的运用使得基于事件通信机制的应用系统可以支持复合事件模式的表示,极大地扩展了系统的事件处理能力和灵活性。
百科解释
In software engineering, the composite pattern is a partitioning design pattern. The composite pattern describes that a group of objects are to be treated in the same way as a single instance of an object.